home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMEXPORT / TFORMEXPORT.txt
Encoding:
Text File  |  2002-10-07  |  4.5 KB  |  234 lines

  1. object FormExport: TFormExport
  2.   Left = 201
  3.   Top = 136
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export'
  6.   ClientHeight = 346
  7.   ClientWidth = 334
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Bevel1: TBevel
  19.     Left = 4
  20.     Top = 8
  21.     Width = 321
  22.     Height = 285
  23.     Shape = bsFrame
  24.   end
  25.   object LabelType: TLabel
  26.     Left = 20
  27.     Top = 28
  28.     Width = 27
  29.     Height = 12
  30.     Caption = '&Type:'
  31.     FocusControl = ComboType
  32.   end
  33.   object Labelcsv: TLabel
  34.     Left = 20
  35.     Top = 184
  36.     Width = 90
  37.     Height = 12
  38.     Caption = 'Frame Properties:'
  39.   end
  40.   object ComboType: TComboBox
  41.     Left = 152
  42.     Top = 24
  43.     Width = 145
  44.     Height = 20
  45.     Style = csDropDownList
  46.     ItemHeight = 12
  47.     TabOrder = 0
  48.     OnClick = ComboTypeClick
  49.     Items.Strings = (
  50.       'Multiple Files'
  51.       'Combined File')
  52.   end
  53.   object Button1: TButton
  54.     Left = 168
  55.     Top = 304
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 4
  62.   end
  63.   object btnCancel: TButton
  64.     Left = 248
  65.     Top = 304
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 5
  72.   end
  73.   object CheckCSV: TCheckBox
  74.     Left = 152
  75.     Top = 184
  76.     Width = 145
  77.     Height = 17
  78.     Caption = '&Output as CSV'
  79.     TabOrder = 2
  80.     OnClick = CheckCSVClick
  81.   end
  82.   object ListCsv: TCheckListBox
  83.     Left = 152
  84.     Top = 204
  85.     Width = 149
  86.     Height = 73
  87.     Enabled = False
  88.     ItemHeight = 12
  89.     Items.Strings = (
  90.       'Name'
  91.       'Transparent Color'
  92.       'Transparent Color(Hex)'
  93.       'Delay(1/1000)'
  94.       'Delay(1/100)'
  95.       'Delay(1/60)'
  96.       'Disposal')
  97.     TabOrder = 3
  98.   end
  99.   object Notebook: TNotebook
  100.     Left = 20
  101.     Top = 56
  102.     Width = 281
  103.     Height = 117
  104.     TabOrder = 1
  105.     object TPage
  106.       Left = 0
  107.       Top = 0
  108.       Caption = 'Page1'
  109.       object LabelName: TLabel
  110.         Left = 0
  111.         Top = 4
  112.         Width = 54
  113.         Height = 12
  114.         Caption = '&File Name:'
  115.         FocusControl = ComboName
  116.       end
  117.       object LabelPre: TLabel
  118.         Left = 0
  119.         Top = 36
  120.         Width = 32
  121.         Height = 12
  122.         Caption = '&Prefix:'
  123.         FocusControl = EditPre
  124.       end
  125.       object LabelExt: TLabel
  126.         Left = 0
  127.         Top = 68
  128.         Width = 50
  129.         Height = 12
  130.         Caption = 'File T&ype:'
  131.         FocusControl = ComboExt
  132.       end
  133.       object LabelAlpha: TLabel
  134.         Left = 0
  135.         Top = 101
  136.         Width = 76
  137.         Height = 12
  138.         Caption = 'Alpha Channel:'
  139.       end
  140.       object ComboName: TComboBox
  141.         Left = 132
  142.         Top = 0
  143.         Width = 145
  144.         Height = 20
  145.         Style = csDropDownList
  146.         ItemHeight = 12
  147.         TabOrder = 0
  148.         Items.Strings = (
  149.           'Frame'#39's Number'
  150.           'Frame'#39's Name')
  151.       end
  152.       object EditPre: TEdit
  153.         Left = 132
  154.         Top = 32
  155.         Width = 145
  156.         Height = 20
  157.         TabOrder = 1
  158.       end
  159.       object ComboExt: TComboBox
  160.         Left = 132
  161.         Top = 64
  162.         Width = 61
  163.         Height = 20
  164.         Style = csDropDownList
  165.         ItemHeight = 12
  166.         TabOrder = 2
  167.         OnClick = ComboExtClick
  168.         Items.Strings = (
  169.           '*.bmp'
  170.           '*.dib'
  171.           '*.jpg'
  172.           '*.gif'
  173.           '*.png'
  174.           '*.tga'
  175.           '*.ico'
  176.           '*.cur'
  177.           '*.ani')
  178.       end
  179.       object CheckAlpha: TCheckBox
  180.         Left = 132
  181.         Top = 96
  182.         Width = 149
  183.         Height = 17
  184.         Caption = 'O&utput as BMP'
  185.         TabOrder = 4
  186.       end
  187.       object btnOpt: TButton
  188.         Left = 204
  189.         Top = 64
  190.         Width = 73
  191.         Height = 21
  192.         Caption = 'Option...'
  193.         TabOrder = 3
  194.         OnClick = btnOptClick
  195.       end
  196.     end
  197.     object TPage
  198.       Left = 0
  199.       Top = 0
  200.       Caption = 'Page2'
  201.       object LabelCol: TLabel
  202.         Left = 0
  203.         Top = 4
  204.         Width = 46
  205.         Height = 12
  206.         Caption = '&Columns:'
  207.       end
  208.       object EditCol: TEdit
  209.         Left = 132
  210.         Top = 0
  211.         Width = 49
  212.         Height = 20
  213.         Enabled = False
  214.         TabOrder = 0
  215.         Text = '1'
  216.       end
  217.       object UpDownCol: TUpDown
  218.         Left = 181
  219.         Top = 0
  220.         Width = 15
  221.         Height = 20
  222.         Associate = EditCol
  223.         Enabled = False
  224.         Min = 1
  225.         Max = 9999
  226.         Position = 1
  227.         TabOrder = 1
  228.         Thousands = False
  229.         Wrap = False
  230.       end
  231.     end
  232.   end
  233. end
  234.